home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / config.dir / 00035_ÅwÉ{ÉäÉÖÅ[ÉÄíêÆÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  244 b   |  16 lines

  1. global gvolume
  2.  
  3. on volumeup
  4.   if gvolume < 7 then
  5.     set gvolume to gvolume + 1
  6.     set the soundLevel to gvolume
  7.   end if
  8. end
  9.  
  10. on volumedown
  11.   if gvolume <> 0 then
  12.     set gvolume to gvolume - 1
  13.     set the soundLevel to gvolume
  14.   end if
  15. end
  16.